home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / jplibapp.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  834 b   |  34 lines

  1. // JpegLib.h : main header file for the JPEGLIB DLL
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"        // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CJpegLibApp
  12. // See JpegLib.cpp for the implementation of this class
  13. //
  14.  
  15. class CJpegLibApp : public CWinApp
  16. {
  17. public:
  18.     CJpegLibApp();
  19.  
  20. // Overrides
  21.     // ClassWizard generated virtual function overrides
  22.     //{{AFX_VIRTUAL(CJpegLibApp)
  23.     //}}AFX_VIRTUAL
  24.  
  25.     //{{AFX_MSG(CJpegLibApp)
  26.         // NOTE - the ClassWizard will add and remove member functions here.
  27.         //    DO NOT EDIT what you see in these blocks of generated code !
  28.     //}}AFX_MSG
  29.     DECLARE_MESSAGE_MAP()
  30. };
  31.  
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34.